Skip to content

Commit 981efc0

Browse files
Release/0.1.0 (#43)
* updated Cargo * added author and license-file * removed license in favor of license-file * update deny toml
1 parent 372fafb commit 981efc0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Cargo.toml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
[package]
22
name = "polyblade"
33
version = "0.1.0"
4+
authors = ["Vera Gonzalez <me@vera.lgbt>"]
45
edition = "2021"
5-
license = "AGPL-3.0-only"
6+
license-file = "LICENSE"
7+
description = "Make shapes dance."
8+
repository = "https://github.com/organizedgrime/polyblade"
9+
readme = "README.md"
10+
keywords = ["polyhedra", "graphics", "graphs", "WebGPU"]
11+
categories = [
12+
"graphics",
13+
"mathematics",
14+
"visualization",
15+
"wasm",
16+
"web-programming",
17+
]
618

719
[dependencies]
820
bytemuck = { version = "1.0", features = [

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
all-features = true
33

44
[advisories]
5-
ignore = []
5+
# for `instant` crate
6+
ignore = ["RUSTSEC-2024-0384"]
67

78
[licenses]
89
allow = [

0 commit comments

Comments
 (0)