mirror of https://github.com/adamdruppe/arsd.git
notes
This commit is contained in:
parent
43fb4119f4
commit
72ca7db036
2
dub.json
2
dub.json
|
@ -216,7 +216,7 @@
|
|||
},
|
||||
{
|
||||
"name": "jpeg",
|
||||
"description": "Dependency-free partial JPEG file format read support",
|
||||
"description": "Dependency-free partial JPEG file format read and write support",
|
||||
"importPaths": ["."],
|
||||
"targetType": "library",
|
||||
"dflags": ["-mv=arsd.jpeg=jpeg.d"],
|
||||
|
|
3
gpio.d
3
gpio.d
|
@ -1,3 +1,6 @@
|
|||
// See: https://github.com/torvalds/linux/commit/b53911aa872db462be2e5f1dd611b25c4c2e663b
|
||||
// and: https://github.com/torvalds/linux/blob/a409ed156a90093a03fe6a93721ddf4c591eac87/include/uapi/linux/gpio.h
|
||||
// the kernel didn't keep the v1 abi for long, there's a v2 thing less than a year later. This v2 thing is new in kernel 5.10
|
||||
/++
|
||||
PRERELEASE EXPERIMENTAL MODULE / SUBJECT TO CHANGE WITHOUT WARNING / LIKELY TO CONTAIN BUGS
|
||||
|
||||
|
|
Loading…
Reference in New Issue