Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
17
third-party/vendor/tiny-skia-path/README.md
vendored
Normal file
17
third-party/vendor/tiny-skia-path/README.md
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
# tiny-skia-path
|
||||

|
||||
[](https://crates.io/crates/tiny-skia-path)
|
||||
[](https://docs.rs/tiny-skia-path)
|
||||
[](https://www.rust-lang.org)
|
||||
|
||||
A [tiny-skia](https://github.com/RazrFalcon/tiny-skia) Bezier path implementation.
|
||||
|
||||
Provides a memory-efficient Bezier path container, path builder, path stroker and path dasher.
|
||||
|
||||
Also provides some basic geometry types, but they will be moved to an external crate eventually.
|
||||
|
||||
Note that all types use single precision floats (`f32`), just like [Skia](https://skia.org/).
|
||||
|
||||
## License
|
||||
|
||||
The same as used by [Skia](https://skia.org/): [New BSD License](./LICENSE)
|
||||
Loading…
Add table
Add a link
Reference in a new issue