295 lines
5.7 KiB
TOML
295 lines
5.7 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
|
[[package]]
|
|
name = "box"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "branch"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "float"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glam"
|
|
version = "0.30.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19fc433e8437a212d1b6f1e68c7824af3aed907da60afa994e7f542d18d12aa9"
|
|
|
|
[[package]]
|
|
name = "gravity"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"glam",
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instance"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"glam",
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "1.0.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
|
|
[[package]]
|
|
name = "math"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.7.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
|
|
[[package]]
|
|
name = "nodarium_macros"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_types",
|
|
"quote",
|
|
"serde",
|
|
"serde_json",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nodarium_types"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nodarium_utils"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"glam",
|
|
"noise 0.9.0",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "noise"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
"noise 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "noise"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6da45c8333f2e152fc665d78a380be060eb84fad8ca4c9f7ac8ca29216cff0cc"
|
|
dependencies = [
|
|
"num-traits",
|
|
"rand",
|
|
"rand_xorshift",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "output"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.105"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7"
|
|
dependencies = [
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.8.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
dependencies = [
|
|
"rand_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
[[package]]
|
|
name = "rand_xorshift"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
|
dependencies = [
|
|
"rand_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "random"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rotate"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"glam",
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
dependencies = [
|
|
"serde_core",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_core"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.228"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.149"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
dependencies = [
|
|
"itoa",
|
|
"memchr",
|
|
"serde",
|
|
"serde_core",
|
|
"zmij",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stem"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "2.0.114"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-ident",
|
|
]
|
|
|
|
[[package]]
|
|
name = "triangle"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-ident"
|
|
version = "1.0.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
|
|
[[package]]
|
|
name = "vec3"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"nodarium_macros",
|
|
"nodarium_utils",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zmij"
|
|
version = "1.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94f63c051f4fe3c1509da62131a678643c5b6fbdc9273b2b79d4378ebda003d2"
|