mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-03 04:34:21 -05:00
2a7dc1deb8
This function isn't exactly useful, but it's working ffi with the fontconfig library. Woo! Next step will be returning some objects with more information (like font path so we can start rendering glyphs!).
10 lines
175 B
YAML
10 lines
175 B
YAML
language: rust
|
|
sudo: false
|
|
|
|
rust:
|
|
# There's currently a cargo bug on stable which prevents libfontconfig_sys
|
|
# from building properly.
|
|
- nightly
|
|
|
|
script:
|
|
- cargo test
|