https://github.com/elcritch/widgetlords_nifs
NIFs wrappers for libwidgetlords
https://github.com/elcritch/widgetlords_nifs
Last synced: 4 months ago
JSON representation
NIFs wrappers for libwidgetlords
- Host: GitHub
- URL: https://github.com/elcritch/widgetlords_nifs
- Owner: elcritch
- Created: 2020-07-07T08:39:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T17:28:38.000Z (about 5 years ago)
- Last Synced: 2025-06-07T10:44:39.336Z (4 months ago)
- Language: C
- Size: 322 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WidgetlordsNifs
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `widgetlords_nifs` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:widgetlords_nifs, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/widgetlords_nifs](https://hexdocs.pm/widgetlords_nifs).