Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/komi1230/tmp
https://github.com/komi1230/tmp
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/komi1230/tmp
- Owner: komi1230
- Created: 2021-08-03T15:20:55.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T15:22:03.000Z (over 3 years ago)
- Last Synced: 2024-11-10T19:52:16.766Z (2 months ago)
- Language: Rust
- Size: 1.71 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to use
```bash
$ cd alacritty/alacritty
$ cargo run
```# Diff
In Alacritty, Cargo.toml:
```
28 ~ │ glutin = { path = "../../glutin/glutin", version = "0.27.0", default-features = false, features = ["serde"] }
```In Glutin, Cargo.toml:
```
24 ~ │ winit = { path = "../../winit", version = "0.25", default-features = false }
```