mirror of
https://github.com/par274/sharpemu.git
synced 2026-07-16 01:51:17 +00:00
* [fixes-assets] Add SharpEmu icon and fix glfw dependency (temporary fix) * [reuse] I forgot to add comma * [readme] update logo
17 lines
366 B
TOML
17 lines
366 B
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"REUSE.toml",
|
|
"global.json",
|
|
"**/packages.lock.json",
|
|
"scripts/ps5_names.txt",
|
|
"src/SharpEmu.HLE/Aerolib/aerolib.bin",
|
|
"_logs/**",
|
|
".github/images/**",
|
|
"assets/images/**"
|
|
]
|
|
precedence = "aggregate"
|
|
SPDX-FileCopyrightText = "SharpEmu Emulator Project"
|
|
SPDX-License-Identifier = "GPL-2.0-or-later"
|