-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
37 lines (32 loc) · 1.17 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# Res
#
# Copyright © 2017-2020 Jeron Aldaron Lau.
# Dual-licensed under either the MIT License or the Boost Software License,
# Version 1.0. (See accompanying file LICENSE_BSL.txt or copy at
# https://www.boost.org/LICENSE_1_0.txt and accompanying file LICENSE_MIT.txt or
# copy at https://opensource.org/licenses/MIT)
[package]
name = "res"
version = "0.6.1"
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
edition = "2018"
license = "Apache-2.0 OR Zlib"
documentation = "https://docs.rs/res"
homepage = "https://libcala.github.io/res"
repository = "https://github.com/libcala/res"
readme = "README.md"
description = """
Res is a build-script dependency for managing your project's resources.
"""
keywords = ["resource", "resources", "generate", "media"]
categories = ["data-structures", "development-tools::build-utils", "multimedia"]
[badges]
travis-ci = { repository = "libcala/res" }
is-it-maintained-issue-resolution = { repository = "libcala/res" }
is-it-maintained-open-issues = { repository = "libcala/res" }
maintenance = { status = "actively-developed" }
[dependencies]
png_pong = "0.7"
sheep = { version = "0.3", default-features = false }
heck = "0.3"
pix = "0.13"