3 Star 7 Fork 2

Gitee 极速下载 / Tilix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/gnunn1/tilix
克隆/下载
dub.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
Jiehong Ma 提交于 2022-06-11 18:08 . Update to GtkD 3.10.0
{
"name": "tilix",
"description": "A VTE based terminal emulator for Linux",
"copyright": "Copyright © 2016, Gerald Nunn",
"authors": ["Gerald Nunn"],
"mainSourceFile": "source/app.d",
"dflags-ldc": ["-disable-linker-strip-dead","-link-defaultlib-shared=false"],
"dependencies": {
"gtk-d:gtkd": {
"version": "3.10.0"
},
"gtk-d:vte": {
"version": "3.10.0"
}
},
"buildTypes": {
"release": {
},
"debug": {
"debugVersions": ["GC"],
"dflags": ["-g"]
},
"localize": {
"versions": ["Localize"]
},
"i686": {
"dflags": ["-m32", "-c"]
}
},
"configurations": [
{
"name": "default",
"targetType": "executable",
"libs-linux": ["X11"],
"versions": ["StdLoggerDisableTrace"]
},
{
"name": "trace",
"targetType": "executable",
"libs-linux": ["X11"],
"debugVersions": ["Destructors"]
},
{
"name": "dynamic",
"targetType": "executable",
"libs": ["gtkd-3"],
"libs-linux": ["X11"],
"lflags": ["-defaultlib=libgtkd-3.so"],
"versions": ["StdLoggerDisableTrace"]
}
]
}
D
1
https://gitee.com/mirrors/Tilix.git
git@gitee.com:mirrors/Tilix.git
mirrors
Tilix
Tilix
master

搜索帮助