feat: added eyedropper

This commit is contained in:
2025-12-17 10:21:33 +03:00
parent e6bac8e220
commit 2813a8bd05
7 changed files with 278 additions and 4 deletions

View File

@@ -1,13 +1,12 @@
#ifndef CLRSYNC_CORE_VERSION_HPP
#define CLRSYNC_CORE_VERSION_HPP
#include <cstdint>
#include <string>
namespace clrsync::core
{
const std::string GIT_SEMVER = "0.1.4+git.g89888ad";
const std::string GIT_SEMVER = "0.1.4+git.ge6bac8e";
const std::string version_string();
} // namespace clrsync::core