feat: add initial Cargo.toml for gltf_primitives with dependencies
This commit is contained in:
12
tools/gltf_primitives/Cargo.toml
Normal file
12
tools/gltf_primitives/Cargo.toml
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
[package]
|
||||||
|
name = "gltf_primitives"
|
||||||
|
version = "0.1.0"
|
||||||
|
edition = "2021"
|
||||||
|
|
||||||
|
[[bin]]
|
||||||
|
name = "generate_primitives"
|
||||||
|
path = "generate.rs"
|
||||||
|
|
||||||
|
[dependencies]
|
||||||
|
serde = { version = "1.0", features = ["derive"] }
|
||||||
|
serde_json = "1.0"
|
||||||
Reference in New Issue
Block a user