mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-11-21 20:36:01 +03:00
13 lines
326 B
TOML
13 lines
326 B
TOML
[package]
|
|
name = "anime-game-launcher"
|
|
version = "0.1.0"
|
|
description = "Anime Game launcher"
|
|
authors = ["Nikita Podvirnyy <suimin.tu.mu.ga.mi@gmail.com>"]
|
|
license = "GPL-3.0"
|
|
edition = "2021"
|
|
build = "build.rs"
|
|
|
|
[dependencies]
|
|
gtk4 = "0.4"
|
|
libadwaita = "0.1"
|
|
anime-game-core = { path = "anime-game-core", features = ["all"] }
|