Compare commits

...

5 Commits

Author SHA1 Message Date
Ingolf Wagner 10d0198d18
direnv makes everything go woooooooooo 2023-07-07 23:41:35 +02:00
Ingolf Wagner a5d6e6ec43
Merge tag '1.0.2' into develop
1.0.2
2021-09-28 23:31:54 +02:00
Ingolf Wagner b39c539f9e
Merge branch 'release/1.0.2' 2021-09-28 23:31:47 +02:00
Ingolf Wagner cef53137d4
vers: 1.0.2 bump 2021-09-28 23:31:12 +02:00
Ingolf Wagner beb3325025
Merge tag '1.0.1' into develop
1.0.1
2021-09-28 22:51:33 +02:00
5 changed files with 504 additions and 549 deletions

1
.envrc Normal file
View File

@ -0,0 +1 @@
use nix

1041
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[package]
name = "polygon-art"
version = "1.0.1"
version = "1.0.2"
authors = ["Ingolf Wagner <contact@ingolf-wagner.de>"]
edition = "2018"
@ -14,7 +14,7 @@ keywords = ["image", "drawing", "art", "geo"]
categories = ["graphics","multimedia::images", "rendering","visualization"]
license = "GPL-3.0"
maintenance = { status = "actively-developed" }
exclude = [ "shell.nix", "default.nix" ]
exclude = [ "shell.nix", "default.nix", "flake.nix" ]
[dependencies]
cairo-rs = { version = "0.9", features = [ "png", "svg" ] }

View File

@ -67,6 +67,8 @@ nix build
``` shell
cargo update # to update Cargo.lock
# or
cargo update --offline # to update Cargo.lock
```
and

View File

@ -13,9 +13,10 @@
rustPlatform.buildRustPackage {
pname = "polygon-art";
version = "1.0.1";
version = "1.0.2";
src = ./.;
cargoSha256 = "0sgk4hw77cxqbqzd258fz67r7fpjblkm7cqh14n5f1c43y8vgxa0";
#cargoHash = lib.fakeHash;
cargoHash = "sha256-MCFezfCu/PktFdB+XUnagtz9g65C90F4qa3y4Ser/nQ=";
verifyCargoDeps = true;
# Needed so bindgen can find libclang.so