Skip to content

Commit

Permalink
chore: Release rgb version 0.8.36
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Feb 20, 2023
1 parent f9d4501 commit 789553f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rgb"
version = "0.8.35"
version = "0.8.36"
authors = ["Kornel Lesiński <[email protected]>"]
include = ["src/**/*", "Cargo.toml", "README.md", "examples/*.rs", "LICENSE"]
description = "`struct RGB/RGBA/etc.` for sharing pixels between crates + convenience methods for color manipulation.\nAllows no-copy high-level interoperability. Also adds common convenience methods and implements standard Rust traits to make `RGB`/`RGBA` pixels and slices first-class Rust objects."
Expand Down

0 comments on commit 789553f

Please sign in to comment.