svg2img 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,7 @@
1
+ # This Cargo.toml is here to let externals tools (IDEs, etc.) know that this is
2
+ # a Rust project. Your extensions dependencies should be added to the Cargo.toml
3
+ # in the ext/ directory.
4
+
5
+ [workspace]
6
+ members = ["./ext/svg2img"]
7
+ resolver = "2"
@@ -0,0 +1,17 @@
1
+ [package]
2
+ name = "svg2img"
3
+ version = "0.1.0"
4
+ edition = "2021"
5
+ authors = ["Orvar Segerström <orvarsegerstrom@gmail.com>"]
6
+ license = "MIT"
7
+ publish = false
8
+
9
+ [lib]
10
+ crate-type = ["cdylib"]
11
+
12
+ [dependencies]
13
+ anyhow = "1.0.86"
14
+ image = "0.25.2"
15
+ magnus = { version = "0.6.2" }
16
+ resvg = "0.43.0"
17
+ uuid = { version = "1.10.0", features = ["v4"] }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: svg2img
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Orvar Segerström
@@ -44,6 +44,9 @@ files:
44
44
  - tmp/arm64-darwin23/stage/Cargo.lock
45
45
  - tmp/arm64-darwin23/stage/Cargo.toml
46
46
  - tmp/arm64-darwin23/stage/ext/svg2img/Cargo.toml
47
+ - tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/Cargo.lock
48
+ - tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/Cargo.toml
49
+ - tmp/arm64-darwin23/stage/tmp/arm64-darwin23/stage/ext/svg2img/Cargo.toml
47
50
  homepage: https://github.com/0rvar/svg2img-rb
48
51
  licenses:
49
52
  - MIT