Skip to content

Commit

Permalink
Release/0.1.0 (#43)
Browse files Browse the repository at this point in the history
* updated Cargo

* added author and license-file

* removed license in favor of license-file

* update deny toml
  • Loading branch information
organizedgrime authored Nov 28, 2024
1 parent 372fafb commit 981efc0
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
14 changes: 13 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
[package]
name = "polyblade"
version = "0.1.0"
authors = ["Vera Gonzalez <[email protected]>"]
edition = "2021"
license = "AGPL-3.0-only"
license-file = "LICENSE"
description = "Make shapes dance."
repository = "https://github.com/organizedgrime/polyblade"
readme = "README.md"
keywords = ["polyhedra", "graphics", "graphs", "WebGPU"]
categories = [
"graphics",
"mathematics",
"visualization",
"wasm",
"web-programming",
]

[dependencies]
bytemuck = { version = "1.0", features = [
Expand Down
3 changes: 2 additions & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
all-features = true

[advisories]
ignore = []
# for `instant` crate
ignore = ["RUSTSEC-2024-0384"]

[licenses]
allow = [
Expand Down

0 comments on commit 981efc0

Please sign in to comment.