Skip to content

Commit 815f74e

Browse files
committed
Move the piston-image crate from primary to stable
1 parent 31e8c05 commit 815f74e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

collector/benchmarks/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ They mostly consist of real-world crates.
3434
- **image-0.24.1**: Basic image processing functions and methods for
3535
converting to and from various image formats. Used often in graphics
3636
programming.
37-
- **piston-image**: A modular game engine. An interesting Rust program.
3837
- **regex-1.5.5**: A regular expression parser. Used by many Rust programs.
3938
- **ripgrep-13.0.0**: A line-oriented search tool. A widely-used utility.
4039
- **serde**: A serialization/deserialization crate. Used by many other
@@ -138,7 +137,7 @@ Rust code being written today.
138137
a very large function containing many locals and basic blocks, similar to
139138
`keccak` but less extreme.
140139
- **regex**: See above. This is an older version of the crate.
141-
- **piston-image**: See above.
140+
- **piston-image**: See above. This is an older version of the `image` crate.
142141
- **style-servo**: An old version of Servo's `style` crate. A large crate, and
143142
one used by old versions of Firefox.
144143
- **syn**: See above.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"runs": 1,
3-
"category": "primary-and-stable"
4-
}
3+
"category": "stable"
4+
}

0 commit comments

Comments
 (0)