- FFI gem (libptouch)、exe ptouch-print-png(PNG のみ) - ステータス 32 バイトを Hash に展開(parse_status / status_hash) - CMake: libptouch 共有ライブラリ(ptouch_shared) - RuboCop、gemspec(homepage / source_code_uri) Made-with: Cursor
6 lines
72 B
Ruby
6 lines
72 B
Ruby
# frozen_string_literal: true
|
|
|
|
module Libptouch
|
|
VERSION = "1.0.0"
|
|
end
|