Skip to content

Commit

Permalink
Add unmaintained advisory report for conrod and conrod_core (#1871)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspurry authored Nov 10, 2024
1 parent a059398 commit c57927b
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
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.

0 comments on commit c57927b

Please sign in to comment.