mirror of
https://github.com/EmbarkStudios/rust-gpu.git
synced 2024-11-25 16:25:25 +00:00
Disable publishing of example crates
This commit is contained in:
parent
380c275d2c
commit
26db9c140f
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||||||
authors = ["Embark <opensource@embark-studios.com>"]
|
authors = ["Embark <opensource@embark-studios.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
publish = false
|
||||||
|
|
||||||
# See rustc_codegen_spirv/Cargo.toml for details on these features
|
# See rustc_codegen_spirv/Cargo.toml for details on these features
|
||||||
[features]
|
[features]
|
||||||
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||||||
authors = ["Embark <opensource@embark-studios.com>"]
|
authors = ["Embark <opensource@embark-studios.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
minifb = "0.19.1"
|
minifb = "0.19.1"
|
||||||
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||||||
authors = ["Embark <opensource@embark-studios.com>"]
|
authors = ["Embark <opensource@embark-studios.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
publish = false
|
||||||
|
|
||||||
# See rustc_codegen_spirv/Cargo.toml for details on these features
|
# See rustc_codegen_spirv/Cargo.toml for details on these features
|
||||||
[features]
|
[features]
|
||||||
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||||||
authors = ["Embark <opensource@embark-studios.com>"]
|
authors = ["Embark <opensource@embark-studios.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["dylib"]
|
crate-type = ["dylib"]
|
||||||
|
@ -4,6 +4,7 @@ version = "0.1.0"
|
|||||||
authors = ["Embark <opensource@embark-studios.com>"]
|
authors = ["Embark <opensource@embark-studios.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
publish = false
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
crate-type = ["dylib"]
|
crate-type = ["dylib"]
|
||||||
|
Loading…
Reference in New Issue
Block a user