An attempt at writing a Scenic driver to use the renderling Rust crate.
Go to file
Renovate Bot b1ecccaf98
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
chore(deps): update dependency credo to v1.7.7
2024-06-21 20:18:41 +12:00
.vscode chore: fix CI configuration. 2024-06-21 19:57:27 +12:00
config chore: Set up tests, linting and CI. 2024-05-17 14:31:49 +12:00
lib chore: fix linting issue. 2024-06-21 20:03:08 +12:00
native improvement: start implementing script items to renderling-ui. 2024-06-02 19:03:29 +12:00
test improvement: start implementing script items to renderling-ui. 2024-06-02 19:03:29 +12:00
.check.exs chore: Set up tests, linting and CI. 2024-05-17 14:31:49 +12:00
.credo.exs chore: Set up tests, linting and CI. 2024-05-17 14:31:49 +12:00
.doctor.exs chore: Set up tests, linting and CI. 2024-05-17 14:31:49 +12:00
.drone.yml chore: fix CI configuration. 2024-06-21 19:57:27 +12:00
.formatter.exs chore: I can open a window. wtf! 2024-05-15 10:16:58 +12:00
.gitignore chore: Add cargo workspace. 2024-05-28 19:58:53 +12:00
.tool-versions chore(deps): update dependency elixir to v1.16.3 2024-05-21 11:20:45 +12:00
Cargo.lock improvement: start implementing script items to renderling-ui. 2024-06-02 19:03:29 +12:00
Cargo.toml improvement: start implementing script items to renderling-ui. 2024-06-02 19:03:29 +12:00
mix.exs chore(deps): update dependency ex_doc to ~> 0.33 2024-05-22 01:19:44 +12:00
mix.lock chore(deps): update dependency credo to v1.7.7 2024-06-21 20:18:41 +12:00
README.md chore: I can open a window. wtf! 2024-05-15 10:16:58 +12:00
renovate.json chore: Configure Renovate (#1) 2024-05-17 21:40:53 +12:00

Scenic.Driver.Renderling

TODO: Add description

Installation

If available in Hex, the package can be installed by adding scenic_driver_renderling to your list of dependencies in mix.exs:

def deps do
  [
    {:scenic_driver_renderling, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/scenic_driver_renderling.