diff --git a/piet-cairo/Cargo.toml b/piet-cairo/Cargo.toml index 80b55cb87..40cd22a61 100644 --- a/piet-cairo/Cargo.toml +++ b/piet-cairo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piet-cairo" -version = "0.5.0" +version = "0.6.0" authors = ["Raph Levien "] description = "Cairo backend for piet 2D graphics abstraction." license = "MIT/Apache-2.0" @@ -11,18 +11,18 @@ keywords = ["graphics", "2d"] categories = ["rendering::graphics-api"] [dependencies] -piet = { version = "=0.5.0", path = "../piet" } +piet = { version = "=0.6.0", path = "../piet" } -cairo-rs = { version = "0.15.1", default-features = false } # We don't need glib -pango = { version = "0.15.2", features = ["v1_44"] } +cairo-rs = { version = "0.15.11", default-features = false } # We don't need glib +pango = { version = "0.15.10", features = ["v1_44"] } pangocairo = "0.15.1" -unicode-segmentation = "1.3.0" +unicode-segmentation = "1.9.0" xi-unicode = "0.3.0" [dev-dependencies] -piet = { version = "=0.5.0", path = "../piet", features = ["samples"] } -cairo-rs = { version = "0.15.1", default-features = false, features = ["png"] } -criterion = "0.3" +piet = { version = "=0.6.0", path = "../piet", features = ["samples"] } +cairo-rs = { version = "0.15.11", default-features = false, features = ["png"] } +criterion = "0.3.5" [[bench]] name = "make_image" diff --git a/piet-common/Cargo.toml b/piet-common/Cargo.toml index 1ca257270..ad98d5040 100644 --- a/piet-common/Cargo.toml +++ b/piet-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piet-common" -version = "0.5.0" +version = "0.6.0" authors = ["Raph Levien "] description = "Selection of a single preferred back-end for piet" license = "MIT/Apache-2.0" @@ -33,33 +33,33 @@ hdr = ["piet/hdr"] serde = ["piet/serde"] [dependencies] -piet = { version = "=0.5.0", path = "../piet" } -piet-web = { version = "=0.5.0", path = "../piet-web", optional = true } -cfg-if = "1.0" -png = { version = "0.17", optional = true } +piet = { version = "=0.6.0", path = "../piet" } +piet-web = { version = "=0.6.0", path = "../piet-web", optional = true } +cfg-if = "1.0.0" +png = { version = "0.17.5", optional = true } [target.'cfg(any(target_os="linux", target_os="openbsd", target_os="freebsd"))'.dependencies] -piet-cairo = { version = "=0.5.0", path = "../piet-cairo" } -cairo-rs = { version = "0.15.1", default_features = false } +piet-cairo = { version = "=0.6.0", path = "../piet-cairo" } +cairo-rs = { version = "0.15.11", default_features = false } cairo-sys-rs = { version = "0.15.1" } [target.'cfg(any(target_os="macos", target_os="ios"))'.dependencies] -piet-coregraphics = { version = "=0.5.0", path = "../piet-coregraphics" } -core-graphics = { version = "0.22.2" } +piet-coregraphics = { version = "=0.6.0", path = "../piet-coregraphics" } +core-graphics = { version = "0.22.3" } [target.'cfg(target_os="windows")'.dependencies] -piet-direct2d = { version = "=0.5.0", path = "../piet-direct2d" } +piet-direct2d = { version = "=0.6.0", path = "../piet-direct2d" } [target.'cfg(target_arch="wasm32")'.dependencies] -piet-web = { version = "=0.5.0", path = "../piet-web" } -wasm-bindgen = "0.2.59" +piet-web = { version = "=0.6.0", path = "../piet-web" } +wasm-bindgen = "0.2.80" [target.'cfg(target_arch="wasm32")'.dev-dependencies] -getrandom = { version = "0.2.3", features = ["js"] } -wasm-bindgen-test = "0.3.13" +getrandom = { version = "0.2.6", features = ["js"] } +wasm-bindgen-test = "0.3.30" [target.'cfg(target_arch="wasm32")'.dependencies.web-sys] -version = "0.3.36" +version = "0.3.57" features = [ "console", "Window", @@ -76,5 +76,5 @@ features = [ [dev-dependencies] static_assertions = "1.1.0" -rand = "0.8.4" -rand_distr = "0.4.1" +rand = "0.8.5" +rand_distr = "0.4.3" diff --git a/piet-coregraphics/Cargo.toml b/piet-coregraphics/Cargo.toml index 40274df83..9c726d054 100644 --- a/piet-coregraphics/Cargo.toml +++ b/piet-coregraphics/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piet-coregraphics" -version = "0.5.0" +version = "0.6.0" authors = ["Jeff Muizelaar , Raph Levien , Colin Rofls "] description = "CoreGraphics backend for piet 2D graphics abstraction." license = "MIT/Apache-2.0" @@ -11,15 +11,15 @@ keywords = ["graphics", "2d"] categories = ["rendering::graphics-api"] [dependencies] -piet = { version = "=0.5.0", path = "../piet" } +piet = { version = "=0.6.0", path = "../piet" } foreign-types = "0.3.2" -core-graphics = "0.22.2" -core-text = "19.0.0" -core-foundation = "0.9" -core-foundation-sys = "0.8" -associative-cache = "1.0" +core-graphics = "0.22.3" +core-text = "19.2.0" +core-foundation = "0.9.3" +core-foundation-sys = "0.8.3" +associative-cache = "1.0.1" [dev-dependencies] -piet = { version = "=0.5.0", path = "../piet", features = ["samples"] } -png = "0.17" +piet = { version = "=0.6.0", path = "../piet", features = ["samples"] } +png = "0.17.5" diff --git a/piet-direct2d/Cargo.toml b/piet-direct2d/Cargo.toml index e472e7420..ee686bed6 100644 --- a/piet-direct2d/Cargo.toml +++ b/piet-direct2d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piet-direct2d" -version = "0.5.0" +version = "0.6.0" authors = ["Raph Levien "] description = "Direct2D backend for piet 2D graphics abstraction." license = "MIT/Apache-2.0" @@ -11,14 +11,14 @@ keywords = ["graphics", "2d"] categories = ["rendering::graphics-api"] [dependencies] -piet = { version = "=0.5.0", path = "../piet" } -utf16_lit = "2.0" -associative-cache = "1.0" +piet = { version = "=0.6.0", path = "../piet" } +utf16_lit = "2.0.2" +associative-cache = "1.0.1" wio = "0.2.2" -winapi = { version = "0.3.8", features = ["d2d1", "d2d1_1", "d2d1effects", "d2dbasetypes", "dcommon", "d3d11", "dxgi", "winnls"] } +winapi = { version = "0.3.9", features = ["d2d1", "d2d1_1", "d2d1effects", "d2dbasetypes", "dcommon", "d3d11", "dxgi", "winnls"] } dwrote = { version = "0.11.0", default_features = false } [dev-dependencies] -piet = { version = "=0.5.0", path = "../piet", features = ["samples"] } -image = "0.24.0" +piet = { version = "=0.6.0", path = "../piet", features = ["samples"] } +image = "0.24.2" diff --git a/piet-svg/Cargo.toml b/piet-svg/Cargo.toml index ff54d42ac..38413b90a 100644 --- a/piet-svg/Cargo.toml +++ b/piet-svg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piet-svg" -version = "0.5.0" +version = "0.6.0" authors = ["Benjamin Saunders "] description = "SVG backend for piet 2D graphics abstraction." edition = "2018" @@ -17,10 +17,10 @@ evcxr = ["evcxr_runtime"] base64 = "0.13.0" evcxr_runtime = { version = "1.1.0", optional = true } font-kit = "0.10.1" -image = { version = "0.24.0", default-features = false, features = ["png"] } -piet = { version = "=0.5.0", path = "../piet" } +image = { version = "0.24.2", default-features = false, features = ["png"] } +piet = { version = "=0.6.0", path = "../piet" } rustybuzz = "0.4.0" svg = "0.10.0" [dev-dependencies] -piet = { version = "=0.5.0", path = "../piet", features = ["samples"] } +piet = { version = "=0.6.0", path = "../piet", features = ["samples"] } diff --git a/piet-web/Cargo.toml b/piet-web/Cargo.toml index 979584f47..1689a625e 100644 --- a/piet-web/Cargo.toml +++ b/piet-web/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piet-web" -version = "0.5.0" +version = "0.6.0" authors = ["Raph Levien "] description = "Web canvas backend for piet 2D graphics abstraction." license = "MIT/Apache-2.0" @@ -14,24 +14,24 @@ categories = ["rendering::graphics-api", "wasm"] crate-type = ["cdylib", "rlib"] [dependencies] -piet = { version = "=0.5.0", path = "../piet" } +piet = { version = "=0.6.0", path = "../piet" } -unicode-segmentation = "1.6.0" +unicode-segmentation = "1.9.0" xi-unicode = "0.3.0" -wasm-bindgen = "0.2.70" -js-sys = "0.3.47" +wasm-bindgen = "0.2.80" +js-sys = "0.3.57" [dependencies.web-sys] -version = "0.3.47" +version = "0.3.57" features = ["Window", "CanvasGradient", "CanvasRenderingContext2d", "CanvasWindingRule", "Document", "DomMatrix", "Element", "HtmlCanvasElement", "ImageBitmap", "ImageData", "TextMetrics"] [dev-dependencies] -wasm-bindgen-test = "0.3.0" +wasm-bindgen-test = "0.3.30" [dev-dependencies.web-sys] -version = "0.3.47" +version = "0.3.57" features = ["console", "Window", "CanvasGradient", "CanvasRenderingContext2d", "CanvasWindingRule", "Document", "DomMatrix", "Element", "HtmlCanvasElement", "ImageBitmap", "ImageData", "TextMetrics"] diff --git a/piet-web/examples/basic/Cargo.toml b/piet-web/examples/basic/Cargo.toml index da17b734f..847bfbc17 100644 --- a/piet-web/examples/basic/Cargo.toml +++ b/piet-web/examples/basic/Cargo.toml @@ -14,9 +14,9 @@ default = ["console_error_panic_hook"] piet = { path = "../../../piet", features = ["samples"] } piet-web = { path = "../.." } -wasm-bindgen = "0.2.30" -console_error_panic_hook = { version = "0.1.6", optional = true } +wasm-bindgen = "0.2.80" +console_error_panic_hook = { version = "0.1.7", optional = true } [dependencies.web-sys] -version = "0.3.10" +version = "0.3.57" features = ["console", "CanvasRenderingContext2d", "Window", "Document", "Element", "HtmlElement", "HtmlCanvasElement"] diff --git a/piet/Cargo.toml b/piet/Cargo.toml index 9291b7fef..35990c315 100644 --- a/piet/Cargo.toml +++ b/piet/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "piet" -version = "0.5.0" +version = "0.6.0" authors = ["Raph Levien "] description = "An abstraction for 2D graphics." license = "MIT/Apache-2.0" @@ -12,12 +12,12 @@ categories = ["rendering::graphics-api"] include = ["src/**/*", "Cargo.toml", "snapshots/resources/*"] [dependencies] -image = { version = "0.24.0", optional = true, default-features = false } -kurbo = "0.8.2" -pico-args = { version = "0.4.0", optional = true } -png = { version = "0.17", optional = true } -os_info = { version = "3.0.0", optional = true, default-features = false } -unic-bidi = "0.9" +image = { version = "0.24.2", optional = true, default-features = false } +kurbo = "0.8.3" +pico-args = { version = "0.4.2", optional = true } +png = { version = "0.17.5", optional = true } +os_info = { version = "3.4.0", optional = true, default-features = false } +unic-bidi = "0.9.0" [features] samples = ["pico-args", "png", "os_info"]