Initial commit.
Signed-off-by: Andreas Widen <aw@luflow.net>
This commit is contained in:
commit
d13d74df42
10 changed files with 1278 additions and 0 deletions
14
Cargo.toml
Normal file
14
Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
name = "flow-rbp"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
authors = ["Andreas Widen <aw@luflow.net>"]
|
||||
description = "flow-rbp is a library for packing rectangles into two-dimensional finite bins."
|
||||
license = "Zlib"
|
||||
repository = "https://luflow.net/git/hfsoulz/flow-rbp.git"
|
||||
readme = "README.md"
|
||||
documentation = "https://luflow.net/git/hfsoulz/flow-rbp.git"
|
||||
keywords = ["rectangles", "rect", "bin", "packing"]
|
||||
exclude = [".github", "/ci/*"]
|
||||
|
||||
[dependencies]
|
||||
Loading…
Reference in a new issue