Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unmaintained advisory report for conrod and conrod_core #1871

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions crates/conrod/RUSTSEC-0000-0000.md
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
16 changes: 16 additions & 0 deletions crates/conrod_core/RUSTSEC-0000-0000.md
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.