-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* updated Cargo * added author and license-file * removed license in favor of license-file * update deny toml
- Loading branch information
1 parent
372fafb
commit 981efc0
Showing
2 changed files
with
15 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters