Skip to content

Commit

Permalink
add NTA documentation and n parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
iblacksand committed Jun 20, 2024
1 parent 58cbcfa commit 70ae69b
Show file tree
Hide file tree
Showing 8 changed files with 6,233 additions and 23 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webgestaltpy"
version = "0.2.0"
version = "0.3.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -11,4 +11,4 @@ crate-type = ["cdylib"]
[dependencies]
pyo3 = "0.20.2"
rustc-hash = "1.1.0"
webgestalt_lib = "0.3.0"
webgestalt_lib = "0.3.1"
2 changes: 1 addition & 1 deletion _typos.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[files]
extend-exclude = ["*.gmt"]
extend-exclude = ["data/*"]
Loading

0 comments on commit 70ae69b

Please sign in to comment.