Skip to content

Commit

Permalink
add license to cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
NChechulin committed May 1, 2024
1 parent 2c32ee1 commit 31d9b72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "mipmap-1d"
description = "A small data structure to perform 1d-mipmapping (downsampling)"
version = "0.1.0"
edition = "2021"
license = "MIT"

[dependencies]
num-traits = "0.2.18"

0 comments on commit 31d9b72

Please sign in to comment.