-
Notifications
You must be signed in to change notification settings - Fork 377
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unmaintained advisory report for conrod and conrod_core (#1871)
- Loading branch information
1 parent
a059398
commit c57927b
Showing
2 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
```toml | ||
[advisory] | ||
id = "RUSTSEC-0000-0000" | ||
package = "conrod" | ||
date = "2024-01-26" | ||
url = "https://crates.io/crates/conrod" | ||
informational = "unmaintained" | ||
[versions] | ||
patched = [] | ||
``` | ||
|
||
# `conrod` is unmaintained | ||
|
||
The crate `conrod` has been [deprecated] since version 0.62.0 released in December 2018. The functionality was split across multiple different crates, with the core functionality being transferred to `conrod_core`. An overview can be found in the [conrod repository]. | ||
|
||
If you have this crate in your dependency tree, this is very likely by mistake and should be corrected. | ||
|
||
[deprecated]: https://crates.io/crates/conrod/ | ||
[conrod repository]: https://github.com/PistonDevelopers/conrod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
```toml | ||
[advisory] | ||
id = "RUSTSEC-0000-0000" | ||
package = "conrod_core" | ||
date = "2024-01-26" | ||
url = "https://github.com/PistonDevelopers/conrod/issues/1454" | ||
informational = "unmaintained" | ||
[versions] | ||
patched = [] | ||
``` | ||
|
||
# `conrod_core` is unmaintained | ||
|
||
The `conrod_core` crate is no longer maintained. | ||
|
||
The author suggests [`egui`](https://crates.io/crates/egui) as a potential alternative. |