Merge pull request #43 from takenoko-gohan/main

Rename crates
This commit is contained in:
Nico Burns 2022-11-12 16:06:46 +00:00 committed by GitHub
commit 41b4137f7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -628,7 +628,7 @@
{
"name": "Low-level",
"recommendations": [{
"name": "tungstenite-rs",
"name": "tungstenite",
"notes": "Low-level crate that others build on"
}]
},
@ -947,7 +947,7 @@
{
"name": "GTK",
"recommendations": [{
"name": "gtk4-rs",
"name": "gtk4",
"notes": "Rust bindings to GTK4. These are quite well supported, although you'll often need to use the C documentation."
}, {
"name": "relm4",