initial commit-moved from vulkan_guide
This commit is contained in:
16
third_party/fastgltf/tests/gltf-rs/Cargo.toml
vendored
Normal file
16
third_party/fastgltf/tests/gltf-rs/Cargo.toml
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
[package]
|
||||
name = "gltf_rs"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
cxx = "1.0"
|
||||
gltf = "1.1.0"
|
||||
base64 = "0.21.2"
|
||||
|
||||
[build-dependencies]
|
||||
cxx-build = "1.0"
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
path = "src/lib.rs"
|
||||
Reference in New Issue
Block a user