Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/komi1230/tmp


https://github.com/komi1230/tmp

Last synced: 12 days ago
JSON representation

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 }
```