Skip to content

Commit de71103

Browse files
committed
v0.3.0
1 parent d04a1e1 commit de71103

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,9 @@ A tiny Elixir library for image decoding task using [image_rs](https://github.co
55
| OS | Arch | Build Status |
66
|------------------|--------|--------------|
77
| Ubuntu 20.04 | x86_64 |[![CI](https://github.com/cocoa-xu/image_rs/actions/workflows/linux.yml/badge.svg)](https://github.com/cocoa-xu/image_rs/actions/workflows/linux.yml) |
8-
| Ubuntu 20.04 | others |[![CI](https://github.com/cocoa-xu/image_rs/actions/workflows/nerves.yml/badge.svg)](https://github.com/cocoa-xu/image_rs/actions/workflows/nerves.yml) |
98
| macOS 11 | arm64/x86_64 | [![CI](https://github.com/cocoa-xu/image_rs/actions/workflows/macos.yml/badge.svg)](https://github.com/cocoa-xu/image_rs/actions/workflows/macos.yml) |
109

11-
There is an alternative version of this repo, [stb_image](https://github.com/cocoa-xu/stb_image), which uses [stb_image.h](https://github.com/nothings/stb/blob/master/stb_image.h)
12-
as the backend. It is implemented in C++, so you only need a working C++ compiler. But the number of supported image formats are
13-
less than the `image_rs` backend.
14-
15-
## Nerves Support
16-
17-
[![Nerves](https://github-actions.40ants.com/cocoa-xu/image_rs/matrix.svg?only=nerves)](https://github.com/cocoa-xu/image_rs)
18-
19-
Prebuilt firmwares are available [here](https://github.com/cocoa-xu/image_rs/actions/workflows/nerves.yml?query=is%3Asuccess).
20-
Select the most recent run and scroll down to the `Artifacts` section, download the firmware file for your board and run
10+
There is an alternative version of this repo, [stb_image](https://github.com/cocoa-xu/stb_image), which uses [stb_image.h](https://github.com/nothings/stb/blob/master/stb_image.h) as the backend. It is implemented in C++, so you only need a working C++ compiler. But the number of supported image formats are less than the `image_rs` backend.
2111

2212
## Installation
2313

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule ImgDecode.MixProject do
22
use Mix.Project
33

4-
@version "0.3.0-dev"
4+
@version "0.3.0"
55
@github_url "https://github.com/cocoa-xu/image_rs"
66
@dev? String.ends_with?(@version, "-dev")
77
@force_build? System.get_env("IMAGE_RS_BUILD") in ["1", "true"]

0 commit comments

Comments
 (0)