Warning, /graphics/pikasso/src/rs/tessellation/Cargo.toml is written in an unsupported language. File is not indexed.
0001 [package] 0002 name = "tessellation-ffi" 0003 version = "0.1.0" 0004 authors = ["Carl Schwan <carlschwan@kde.org>"] 0005 edition = "2018" 0006 0007 [lib] 0008 crate-type = ["staticlib"] 0009 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 0010 0011 [build-dependencies] 0012 cxx-build = "1.0.28" 0013 0014 [dependencies] 0015 lyon = {version = "1.0" } 0016 cxx = "1.0"