mirror of
https://github.com/bspeice/speice.io
synced 2025-04-27 00:01:45 -04:00
14 lines
355 B
TOML
14 lines
355 B
TOML
[package]
|
|
name = "shader-cli"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
spirv-builder = { git = "https://github.com/rust-gpu/rust-gpu", rev = "698f10ac14b7c952394ac5620004e4e973308902" }
|
|
|
|
# On Windows, link.exe has a maximum of 65536 symbols.
|
|
# These options are required to stay within that limit
|
|
[profile.dev]
|
|
opt-level = 3
|
|
codegen-units = 256
|