文件名称:x11-cr:水晶语言的X11绑定
文件大小:200KB
文件格式:ZIP
更新时间:2024-06-04 17:26:41
linux unix gui x11 desktop
x11-cr 水晶语言的X11绑定。 安装 将此添加到应用程序的shard.yml : dependencies : x11 : github : TamasSzekeres/x11-cr 然后在终端中运行: shards install 用法 require " x11 " module YourModule include X11 # For simpler use end 有关更多详细信息,请参见文件夹中的。 样品 生成并运行低级示例: cd examples/sample_window shards build ./bin/sample_window 构建并运行高级示例: cd examples/sample_window_hl shards build ./bin/sample_window 文献资料 您可以自己生成文档
【文件预览】:
x11-cr-master
----.gitignore(248B)
----src()
--------x11.cr(13KB)
--------x11()
----LICENSE(1KB)
----CHANGELOG.md(1KB)
----.github()
--------CONTRIBUTING.md(375B)
--------CODE_OF_CONDUCT.md(3KB)
--------workflows()
----examples()
--------sample_window()
--------sample_window_hl()
----spec()
--------x11-cr_spec.cr(113B)
--------spec_helper.cr(15B)
----README.md(2KB)
----shard.yml(159B)
----.editorconfig(344B)