mirror of
https://github.com/nicoburns/blessed-rs
synced 2025-02-16 21:08:30 +00:00
Add the nix crate
This commit is contained in:
parent
6987a16b5e
commit
32da386549
1 changed files with 7 additions and 0 deletions
|
@ -358,6 +358,13 @@
|
|||
"name": "winapi",
|
||||
"notes": "Older binding to the windows APIs. Unofficial, but more complete than windows-rs"
|
||||
}]
|
||||
},
|
||||
{
|
||||
"name": "*nix (OSs)",
|
||||
"recommendations": [{
|
||||
"name": "nix",
|
||||
"notes": "Bindings to the various *nix system functions. (Unix, Linux, MacOS, etc.)"
|
||||
}]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue