Skip to content

Commit

Permalink
Ready to publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
virtualritz committed Oct 27, 2023
1 parent c2173c6 commit 35f4be8
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
3 changes: 3 additions & 0 deletions crates/nsi-3delight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ repository = "https://github.com/virtualritz/nsi-3delight/"
[dependencies]
nsi-core = { version = "0.8", path = "../nsi-core" }
nsi-toolbelt = { version = "0.8", path = "../nsi-toolbelt" }

[package.metadata.docs.rs]
all-features = true
5 changes: 3 additions & 2 deletions crates/nsi-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ reqwest = { version = "0.11", features = ["blocking"], optional = true }
dlopen2 = { version = "0.6", optional = true }
enum_dispatch = "0.3"
lazy_static = "1.4"
log = "0.4.20"
log = "0.4"
ndspy-sys = { version = "0.2", optional = true }
nsi-sys = { version = "0.7", path = "../nsi-sys" }
nsi-sys = "0.7"
null-terminated-str = "0.1"
num_enum = "0.7"
rclite = "0.2"
ustr = "0.10"

[package.metadata.docs.rs]
features = ["output", "nightly"]
all-features = true
3 changes: 3 additions & 0 deletions crates/nsi-jupyter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ evcxr_runtime = "1.1"
nsi-core = { version = "0.8", path = "../nsi-core", features = ["output"] }
png = "0.17"
rayon = "1.8"

[package.metadata.docs.rs]
all-features = true
2 changes: 1 addition & 1 deletion crates/nsi-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nsi-sys"
version = "0.7.2"
version = "0.8.0"
authors = ["Moritz Moeller <[email protected]>"]
build = "build.rs"
edition = "2021"
Expand Down
3 changes: 3 additions & 0 deletions crates/nsi-toolbelt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ nsi-core = { version = "0.8", path = "../nsi-core" }
petname = { version = "1.1", default-features = false, features = ["std_rng", "default_dictionary"] }
rand = { version = "0.8", features = ["small_rng"] }
ultraviolet = { version = "0.9", features = ["f64"] }

[package.metadata.docs.rs]
all-features = true

0 comments on commit 35f4be8

Please sign in to comment.